home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 3476 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  731 b 

  1. Path: news.sara.nl!news
  2. From: Paul Langemeijer <lmeijer@phys.uva.nl>
  3. Newsgroups: comp.lang.c++
  4. Subject: Large arrays in c++?
  5. Date: 24 Jan 1996 09:07:22 GMT
  6. Organization: Academic Computer Services Amsterdam (SARA)
  7. Message-ID: <4e4ssa$n9t@mira.sara.nl>
  8. NNTP-Posting-Host: pc-ka159.phys.uva.nl
  9.  
  10. Hello,
  11.  
  12. I am working on a simulation program that generates a lot of
  13. (complex) numbers which I would like to store in a large array, to
  14. make a FFT lateron.
  15. The calloc function will not allow me enough memory to store my
  16. approximately 1Mb of data, though there is enough internal memory
  17. on my PC. How can I fix this? I am using Borland C++ under DOS.
  18.  
  19. Please give me a hint!
  20.  
  21. Regards, Frederik de Jong
  22.  
  23. Email:
  24. fbdejong@nucleus.phys.uva.nl
  25.